home *** CD-ROM | disk | FTP | other *** search
/ Your Mobile: Alcatel / Alcatel 2005.iso / Create Stamp / setup.exe / setup.msi / Data1.cab / WizardStamp.swf3 / scripts / DefineSprite_8 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-05-16  |  398 b   |  25 lines

  1. function press()
  2. {
  3.    gotoAndStop(2);
  4. }
  5. function select()
  6. {
  7.    _root.initRadio();
  8.    _parent.point.gotoAndStop(2);
  9.    _root.ImageSize = _parent._name;
  10. }
  11. function toggle()
  12. {
  13.    if(_root.SelectType == "")
  14.    {
  15.       _parent.point.gotoAndStop(2);
  16.       _root.SelectType = "All";
  17.    }
  18.    else
  19.    {
  20.       _parent.point.gotoAndStop(1);
  21.       _root.SelectType = "";
  22.    }
  23. }
  24. stop();
  25.